home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
toollib
/
linklib
/
createti.asm
< prev
next >
Wrap
Assembly Source File
|
1995-12-30
|
177b
|
13 lines
;:ts=8
xref _ToolBase
xdef _CreateTimeDelay
_CreateTimeDelay:
move.l a6,-(sp)
move.l _ToolBase,a6
move.l 8(sp),a0
movem.l 12(sp),d0/d1
jsr -66(a6)
move.l (sp)+,a6
rts